CACHE_PARTIAL : "2", // Partial cache, full cache (save related sites and images, all data) - BUT still call server, only one way (for statistics)
CACHE_FULL : "4", // Full Cache - no calls to the server at all if the data is in the cache
CACHE_ON_DEMAND : "5", // Full Cache - no calls to the server at all if the data is in the cache, and when in button mode - call to the server only on drop down